GitHub’s Git Ecosystem division maintains the de-facto standard toolkit that developers, DevOps teams, and CI/CD pipelines rely on to track, share, and synchronize source code across Windows environments. At the core sits Git itself, the distributed version-control engine that powers every modern repository host, enabling branching, merging, rebasing, and offline commits for solo coders and enterprise teams alike. Complementing the engine, Git Credential Manager silently handles OAuth, personal-access-token, and SSH-key negotiation with GitHub, Azure Repos, Bitbucket, and other hosts, removing the friction of repetitive log-ins while keeping secrets encrypted in the Windows Credential Store. For integrators who need only the engine without the Explorer extensions or manual pages, MinGit delivers a headless, 50 MB footprint that can be embedded into IDEs, game engines, or installer scripts. Finally, the Git for Windows SDK supplies the complete MSYS2 build environment, headers, and patches used by maintainers and power users who compile custom binaries or debug edge-case behavior on Windows. Together these four packages cover the full spectrum from lightweight runtime to full development workspace, making it trivial to bootstrap version control on a new laptop, script unattended deployment agents, or reconstruct an exact build environment for long-term maintenance. All Git Ecosystem software is available for free on get.nero.com, where downloads are sourced from trusted Windows package managers such as winget, always resolve to the newest upstream release, and can be installed individually or in batch with a single command.

Git Credential Manager (User)

Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.

Details
Git

A free and open source distributed version control system

Details
MinGit

MinGit is an intentionally minimal, non-interactive distribution of Git for Windows, with third-party applications as its intended audience.

Details
Git for Windows SDK

Additional files and scripts to help build Git for Windows on MSYS2.

Details